SVG to Compose Documentation
Toggle table of contents
common
js
jvm
native
wasmJs
Target filter
common
js
jvm
native
wasmJs
Switch theme
Search in API
Skip to content
SVG to Compose Documentation
svg-to-compose
/
[root]
Package-level
declarations
Types
Functions
Types
Client
Link copied to clipboard
native
class
Client
:
CliktCommand
Native
Platform
Link copied to clipboard
native
object
NativePlatform
:
Platform
Platform
Link copied to clipboard
interface
Platform
Functions
get
Platform
Link copied to clipboard
common
js
jvm
native
wasmJs
expect
fun
getPlatform
(
)
:
Platform
actual
fun
getPlatform
(
)
:
Platform
Returns the JS platform implementation.
actual
fun
getPlatform
(
)
:
Platform
actual
fun
getPlatform
(
)
:
Platform
actual
fun
getPlatform
(
)
:
Platform
Returns the WasmJs platform implementation.
main
Link copied to clipboard
native
fun
main
(
args
:
Array
<
String
>
)